From: Richard M. Stallman Date: Tue, 11 Jun 2002 19:25:48 +0000 (+0000) Subject: (make-auto-save-file-name): Rename local `filename' to `file-name'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56769 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=77d18896aac58d7e77b4421971db063b43b58f2d;p=emacs.git (make-auto-save-file-name): Rename local `filename' to `file-name'. --- diff --git a/lisp/files.el b/lisp/files.el index 02457b23a8c..bb712ba87cb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3501,7 +3501,7 @@ See also `auto-save-file-name-p'." (let ((buffer-name (buffer-name)) (limit 0) - filename) + file-name) ;; Eliminate all slashes and backslashes by ;; replacing them with sequences that start with %. ;; Quote % also, to keep distinct names distinct.